home *** CD-ROM | disk | FTP | other *** search
/ Corel Medical Series: Cancer / Corel Medical Series: Cancer.iso / pc / program / index.dxr / 00186.ls < prev    next >
Encoding:
Text File  |  1997-02-03  |  243 b   |  7 lines

  1. on doit STARTPOINT, ENDPOINT, state
  2.   repeat with i = STARTPOINT to ENDPOINT
  3.     set the scriptText of member i to the text of member "script"
  4.     set the name of member i to state & ".index." & numToChar(i - STARTPOINT + 65)
  5.   end repeat
  6. end
  7.